home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / keyvals.h < prev    next >
Text File  |  1993-09-10  |  3KB  |  57 lines

  1. /* Included by: EDIT INIT_TERM INQUIRE */
  2. #define KEY_CTRLC 3    /* control-c, just redisplay */
  3. #define KEY_BACKSPACE 8    /* backspace (move to beginning of line, or previous if at beginning) */
  4. #define KEY_DELPREVWORD 10        /* delete previous word */
  5. #define KEY_DEFINEKEY 11        /* define key */
  6. #define KEY_CARRIAGERETURN 13    /* carriage return */
  7. #define KEY_DELTOBEGLINE 21    /* delete to beginning of line */
  8. #define KEY_REFRESH 23    /* refresh screen */
  9. #define KEY_DELTOBEGLINE2 24    /* delete to beginning of line */
  10. #define KEY_CTRLY 25    /* control-y */
  11. #define KEY_COMMAND 26    /* command */
  12. #define KEY_DELETE 127    /* delete */
  13. #define KEY_UPARROW -1    /* up arrow */
  14. #define KEY_DOWNARROW -2    /* down arrow */
  15. #define KEY_RIGHTARROW -3    /* right arrow */
  16. #define KEY_LEFTARROW -4    /* left arrow */
  17. #define KEY_MOVEBYLINE -5    /* move by line */
  18. #define KEY_MOVEBYWORD -6    /* move by word */
  19. #define KEY_MOVEBYEOL -7    /* move to end of line */
  20. #define KEY_MOVEBYCHAR -8    /* move by character */
  21. #define KEY_FORWARD -9    /* set forward */
  22. #define KEY_BACKWARD -10    /* set backward */
  23. #define KEY_KILL -11    /* kill */
  24. #define KEY_MOVEBYPAGE -12    /* move by page */
  25. #define KEY_MOVEBYSECTION -13    /* move by section */
  26. #define KEY_APPEND -14    /* append */
  27. #define KEY_DELWORD -15    /* delete word */
  28. #define KEY_DELCHAR -16    /* delete character */
  29. #define KEY_SELECT -17    /* select */
  30. #define KEY_ENTER -18    /* enter */
  31. #define KEY_GOLD -19    /* gold */
  32. #define KEY_SETCOPY -20    /* set copy select */
  33. #define KEY_FINDNEXT -21    /* find next */
  34. #define KEY_DELLINE -22    /* delete line */
  35. #define KEY_OPENLINE -23    /* open line */
  36. #define KEY_CHANGECASE -24    /* change case */
  37. #define KEY_DELTOEOL -25    /* delete to end of line */
  38. #define KEY_SPECIALINSERT -26    /* special insert */
  39. #define KEY_ENDOFFILE -27    /* bottom of file */
  40. #define KEY_TOPOFFILE -28    /* top of file */
  41. #define KEY_UNKILL -29    /* unkill */
  42. #define KEY_COMMAND2 -30    /* command */
  43. #define KEY_FILL -31    /* fill */
  44. #define KEY_REPLACE -32    /* replace */
  45. #define KEY_UNDELWORD -33    /* undelete word */
  46. #define KEY_UNDELCHAR -34    /* undelete character */
  47. #define KEY_UNSELECT -35    /* unselect */
  48. #define KEY_SUBSTITUTE -36    /* substitute */
  49. #define KEY_GOLDGOLD -37    /* gold-gold */
  50. #define KEY_WINDOW -38    /* window */
  51. #define KEY_FIND -39    /* find */
  52. #define KEY_UNDELLINE -40    /* undelete line */
  53. #define KEY_RETURN -41    /* gold up (return to spot) */
  54. #define KEY_MARK -42    /* gold down (mark spot) */
  55. #define KEY_SCROLLRIGHT -43    /* gold right (scroll right) */
  56. #define KEY_SCROLLLEFT -44    /* gold left (scroll left) */
  57.